Added initial documentation tree using doxygen. More tweaks on the license text ensur...
[lwes-dotnet/github-mirror.git] / Test Projects / Lwes-test-emitter-console / App.config
blobae175886a77b980900f0d8d10d2ba876083b7c8b
1 <?xml version="1.0" encoding="utf-8" ?>\r
2 <configuration>\r
3         <configSections>\r
4                 <section name="lwes"\r
5                                                  type="Org.Lwes.Config.LwesConfigurationSection, Org.Lwes"/>\r
6         </configSections>\r
7         <lwes maximumBufferMemory="0x20000000" bufferAllocationLength="65535">\r
8                 <emitters>\r
9                         <add name="default"\r
10                                          multicast = "true"\r
11                                          parallel ="true" />\r
12                 </emitters>\r
13         </lwes>\r
14         <system.diagnostics>\r
15                 <sources>\r
16                         <source name="Console" switchName="SourceSwitch" switchType="System.Diagnostics.SourceSwitch" >\r
17                                 <listeners>\r
18                                         <add name="lwes" />\r
19                                 </listeners>\r
20                         </source>\r
21                 </sources>\r
22                 <switches>\r
23                         <add name="SourceSwitch" value="Verbose" />\r
24                 </switches>\r
25                 <sharedListeners>\r
26                         <add name="lwes" type="Org.Lwes.LwesTraceListener, Org.Lwes" \r
27                                          BindEmitterByName="default"\r
28                                 />\r
29                 </sharedListeners>\r
30                 <trace autoflush="true" indentsize="2" />\r
31         </system.diagnostics>\r
32         <runtime>\r
33                 <gcServer enabled="true"/>\r
34         </runtime>\r
35 </configuration>